home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / View.dxr / 00024_play this sound.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  289 b   |  13 lines

  1. property thisHandler
  2. global gMasterData
  3.  
  4. on exitFrame me
  5.   goNarrator(gMasterData, thisHandler)
  6. end
  7.  
  8. on getPropertyDescriptionList me
  9.   set description to [:]
  10.   addProp(description, #thisHandler, [#default: EMPTY, #format: #string, #comment: "run this handler:"])
  11.   return description
  12. end
  13.